RimuHosting's REST-ful Resources Reference

Path: / r / orders / order-{order-oid}-{domain}

Information about a server order.

Path parameters:
order-oid ([0-9]+) - The id of the order and a domain name.  The domain name is not used in the lookup (we rely solely on the order oid) but the name makes the uri more user-friendly.  The order oid is immuatable.  It won't change.  Even if you rename the server.  So it makes a good id.
domain ([^;/]*) - This parameter is ignored.  But having it makes the urls a little more recognizable.  Typically the VPS domain name is inserted here.

Sub-Resources
Resources
NameDescription
cancelledCancel a server (dedicated or VPS).  No un-cancel (except by contacting RimuHosting support) just yet.  Does not shutdown the server.  Rather it sets the cancel date at the end of the current billing period.  Note that there is no corresponding 'DELETE' method to un-cancel a server.  For now.
vpsVPS stats (like current kernel name, whether console logins are enabled, whether backups are currently running , when the next backup will run, vps uptime, and VPS seconds used).  It also returns host server info.  e.g.

Resource Methods
Method Summary
NameDescription
GET /r/orders/order-{order-oid}-{domain}Information about a server order.

Method Detail

GET /r/orders/order-{order-oid}-{domain}

Information about a server order.

HTTP Example:
GET /r/orders/order-{order-oid}-{domain}
API Example:

JAXRSOrder.get({'order-oid': /* order_oid The id of the order and a domain name.  The domain name is not used in the lookup (we rely solely on the order oid) but the name makes the uri more user-friendly.  The order oid is immuatable.  It won't change.  Even if you rename the server.  So it makes a good id. */,
  'domain': /* domain This parameter is ignored.  But having it makes the urls a little more recognizable.  Typically the VPS domain name is inserted here. */});

Output:
GetOrderResponse